projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
500ab75
)
* systime.h (EMACS_HAS_USECS): #define this if HAVE_TIMEVAL is
author
Jim Blandy
<jimb@redhat.com>
Sat, 20 Mar 1993 22:58:21 +0000
(22:58 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Sat, 20 Mar 1993 22:58:21 +0000
(22:58 +0000)
#defined.
src/systime.h
patch
|
blob
|
history
diff --git
a/src/systime.h
b/src/systime.h
index d6b1898c7f181e43efcbd671caa56623379a7efc..3653859848182e3e55af0d3e3d23bea57bd39364 100644
(file)
--- a/
src/systime.h
+++ b/
src/systime.h
@@
-84,6
+84,8
@@
extern long timezone;
#ifdef HAVE_TIMEVAL
+#define EMACS_HAS_USECS
+
#define EMACS_TIME struct timeval
#define EMACS_SECS(time) ((time).tv_sec + 0)
#define EMACS_USECS(time) ((time).tv_usec + 0)